home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / zap-to-it.swf / scripts / DefineButton2_125 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2005-09-29  |  160 b   |  12 lines

  1. on(release){
  2.    _root.choosedCharacter = true;
  3.    if(eval("_root:once"))
  4.    {
  5.       gotoAndPlay(12);
  6.    }
  7.    else
  8.    {
  9.       gotoAndPlay(16);
  10.    }
  11. }
  12.